Skip to content

Bug in OPS fixed #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

astrozot
Copy link

A call to AppleAccelerate.@replaceBase (*, /) produces wrong results as a result of a bug in OPS, now fixed. For example

julia> using AppleAccelerate

julia> AppleAccelerate.@replaceBase (/)

julia> [6.0, 4.0, 2.0] / [3.0, 1.0, 4.0]
3-element Vector{Float64}:
 9.0
 5.0
 6.0

This is now fixed.

A call to `AppleAccelerate.@replacebase (*, /)` produces wrong results as a result of a bug in OPS, now fixed.
Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.73%. Comparing base (f53a97d) to head (0503f4a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   75.73%   75.73%           
=======================================
  Files           4        4           
  Lines         239      239           
=======================================
  Hits          181      181           
  Misses         58       58           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant